home *** CD-ROM | disk | FTP | other *** search
/ PC Home 49 / PC_Home_Issue_49.iso / lldemo / lldemo.shr / ROSETTA.EXE / ROSETTA.DXR / 00020_credit btn - login.ls < prev    next >
Encoding:
Text File  |  1996-06-24  |  185 b   |  9 lines

  1. on mouseDown
  2.   global gCreditReturn
  3.   if pictButton(the clickOn) then
  4.     set gCreditReturn to "login"
  5.     set the keyDownScript to "handleKey"
  6.     goChangeMeta("credits")
  7.   end if
  8. end
  9.